home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 71 / MacAddict_071_2002_07.iso / Software / Development / REALbasic 4 Classic Trial / REALbasic 4.0.2 Classic / REALbasic 4.0.2 Classic.rsrc / STR#_141.txt < prev    next >
Text File  |  2002-03-15  |  1KB  |  41 lines

  1. Collection.Remove:(Parentheses are required.)
  2.  
  3. Val:Val is not international-savvy.  For user-entered strings, consider CDbl instead.
  4.  
  5. Tan:The parameter is in radians (3.14159 radians = 180 degrees).
  6.  
  7. Str:Str is not international-savvy.  For user-visible strings, consider Format instead.
  8.  
  9. Sin:The parameter is in radians (3.14159 radians = 180 degrees).
  10.  
  11. RightB:Treats the string as bytes, not text; it doesn't work with international text.
  12.  
  13. Right:This function works with international text.
  14.  
  15. LeftB:Treats the string as bytes, not text; it doesn't work with international text.
  16.  
  17. Left:This function works with international text.
  18.  
  19. MidB:Treats the string as bytes, not text; it doesn't work with international text.
  20.  
  21. Mid:This function works with international text.
  22.  
  23. Log:Log(x) is base 'e'; for some other base b, use Log(x)/Log(b).
  24.  
  25. InStrB:Treats the string as bytes, not text; it doesn't work with international text.
  26.  
  27. InStr:This function works with international text.
  28.  
  29. GetFolderItem:Usually, pass only a file name or empty string, not a path;  for other needs, consider using .Parent and .Child.
  30.  
  31. Cos:The parameter is in radians (3.14159 radians = 180 degrees).
  32.  
  33. Atan2:The result is in radians (3.14159 radians = 180 degrees).
  34.  
  35. Atan:The result is in radians (3.14159 radians = 180 degrees).
  36.  
  37. Asin:The result is in radians (3.14159 radians = 180 degrees).
  38.  
  39. Acos:The result is in radians (3.14159 radians = 180 degrees).
  40.  
  41.